@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 16px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto; }
.w1400{ width:1400px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}




/* 导航栏 */
.header_nav{height:auto; width:100%;  z-index:999; background:#fff; margin-top: 28px }
.h_logo{width:auto; height:60px; float: left; display: flex; align-items: center;}
.h_logo img{width:230px; height: auto; align-items: center; margin: 0px auto;}
.logo_zi{float: left; background: url(../images/h_xs.png) no-repeat left center; padding-left: 28px; color:#333333; font-size: 16px; line-height:30px;
	margin-left: 22px;}
.logo_zi span{font-size: 16px;}
.h_dianhua{float: right; background: url(../images/h_dianhua.png) no-repeat left center; padding-left:50px; color:#b2001a; font-size: 28px; font-weight: bold;
	line-height: 60px;}
.header_dao{width:100%; height: 60px; margin-top:10px; }
.nav{width:100%; height:100%;  margin: 0px auto;}
.nav .nLi{ float:left;  position:relative; display:inline; height:100%;    text-align: center;  width:12.5%}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#111111;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#111111; line-height:58px;  position: relative; margin: 0px auto; display: table; margin: 0px auto;}
.nav .sub{ display:none;left:0; top:60px;  position:absolute;  line-height:26px; width:100%;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:40px; line-height:40px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#30b7a9}
.nav .nLi.active p{color: #30b7a9; border-bottom: 2px solid #30b7a9}





/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}

.banner .top{ height: 110px; background: url(../picture/top.jpg) no-repeat center top; top: 0; position: absolute; width: 100%; z-index: 99999}

.m-ring{width:313px;height:313px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;left:1.875%;bottom:9.25%;z-index:9; }
.m-ring:after{content:"";display:block;width:8px;height:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#fff;position:absolute;left:50%;top:50%;margin:-4px 0 0 -4px}
.m-ring:before{content:"";width:1px;height:100%;position:absolute;left:50%;top:0;background:rgba(255,255,255,.2);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}
.m-ring .ring-left{width:50%;height:100%;position:absolute;left:0;top:0;overflow:hidden}
.m-ring .ring-left:after{content:"";width:313px;height:313px;border:2px solid rgba(255,255,255,.2);position:absolute;left:0;top:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border-right-color:rgba(255,255,255,.5);border-bottom-color:rgba(255,255,255,.5);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.m-ring .ring-right{width:50%;height:100%;position:absolute;right:0;top:0;overflow:hidden}
.m-ring .ring-right:after{content:"";width:313px;height:313px;border:2px solid rgba(255,255,255,.2);position:absolute;right:0;top:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border-left-color:rgba(255,255,255,.5);border-bottom-color:rgba(255,255,255,.5);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.m-ring.on:before{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:5s linear;-moz-transition:5s linear;-ms-transition:5s linear;-o-transition:5s linear;transition:5s linear}
.m-ring.on .ring-right:after{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition:2.5s linear;-moz-transition:2.5s linear;-ms-transition:2.5s linear;-o-transition:2.5s linear;transition:2.5s linear}
.m-ring.on .ring-left:after{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:2.5s linear;-moz-transition:2.5s linear;-ms-transition:2.5s linear;-o-transition:2.5s linear;transition:2.5s linear;-webkit-transition-delay:2.5s;-moz-transition-delay:2.5s;-ms-transition-delay:2.5s;-o-transition-delay:2.5s;transition-delay:2.5s}
.banner em{ display: block; height: 100%; width: 100%; background: rgba(0,0,0,0.4); position: absolute; left: 0; top: 0;}

.banner-index{position: relative;overflow: hidden;}
.banner-index .list .video-js{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: none;}
.banner-index .list,
.banner-index .list > li{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.banner-index .list > li.active{z-index: 1;}
.banner-index .list > li a{display: block;width: 100%;overflow: hidden;}
.banner-index .list > li img.ban_pic{display: block;width: 100%;opacity: 0;-webkit-transition: all 1s;transition: all 1s;-webkit-transform: scale(1.2);transform: scale(1.2);}
.banner-index .list > li.noscale img.ban_pic,
.banner-index .list > li.active img.ban_pic{opacity: 1;-webkit-transform: none;transform: none;}
.banner-index .list.ground,
.banner-index .list.ground li{position: relative;width: auto;height: auto;}
.banner-index .btn{right: 50%;
    margin-right: -40px;
    bottom: 20px;
    z-index: 1;
    overflow: hidden;
    position: absolute;}
.banner-index .btn a{display: block;width: 16px;height: 16px;margin: 10px 5px;border: 1px solid transparent;border-radius: 50%; float: left;}
.banner-index .btn a i{display: block;width: 8px;height: 8px;margin: 3px auto;background: #fff;border-radius: 50%;}
.banner-index .btn a.active{border-color: #1a9185;}
.banner-index .btn a.active i{background: #1a9185;}
.banner-index-mobile{display: none;}
.banner-index video{height:auto!important; width: 100%;}



/*热搜*/
.index_search{width:100%; height: auto; overflow: hidden; margin: 30px 0}
.index_search_left{width:54%; height: auto; float: left}
.index_search_left p{float: left; line-height: 50px; color:#333333; font-size: 16px;}
.index_search_hot{margin-left:60px;}
.index_search_hot a{color:#333333; font-size: 16px; float: left; margin-right: 10px; line-height: 50px}
.index_search_hot a:hover{color:#30b7a9}
.index_search_right{width:39%; height: 50px; float: right; border: 1px solid #f3f3f3; border-radius: 35px}
.index_search_right p{width:80%; height: 100%; float: left; padding: 0 20px; position: relative}
.index_search_right p input{width:100%; height: 100%;  font-size:16px; color: #333333;  border: 0}
.s_submit{width:79px; height: 50px; float:right; background: url(../images/search.png) no-repeat center; border: 0}


/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; background: #f3f3f3; padding: 66px 0}
.index_product .slideTxtBox{ width:100%; height: auto; overflow: hidden}
.index_product .slideTxtBox .hd{ height:auto; width: 100%; overflow: hidden}
.index_product .slideTxtBox .hd ul{ float:right; height: 57px; margin-top: 78px }
.index_product .slideTxtBox .hd ul li{ float:left; width:199px; height: 57px; background: #30b7a9; text-align: center; line-height: 57px; border-radius:8px; 
	margin-right: 24px}
.index_product .slideTxtBox .hd ul li a{font-size: 16px; color:#fff}
.index_product .slideTxtBox .hd ul li.on{background: #b2001a}
.index_product_title{float: left}
.index_product_title h4{color:#cccccc; font-size: 42px; font-weight: bold; text-transform: uppercase}
.index_product_title h5{color:#000000; font-size:28px; font-weight: bold; margin: 8px 0}
.index_product_title p{color:#333333; font-size:16px; }
.in_pro_more{ float:right; width:199px; height: 57px; background: #30b7a9; text-align: center; line-height: 57px; border-radius:8px; color:#fff; margin-top: 78px; font-size: 16px;}
.in_pro_more:hover{background: #b2001a}
.index_product .slideTxtBox .bd{width:100%; height: auto; overflow: hidden; margin-top:62px }
.index_product .slideTxtBox .bd ul{width:100%; height: auto; overflow: hidden}
.index_product .slideTxtBox .bd li{width:32%;  height: auto; float: left; margin-right: 2%; margin-bottom: 39px; padding: 15px; position: relative; background:#ffffff}
.index_product .slideTxtBox .bd li:nth-child(3n){margin-right: 0}
.index_product .slideTxtBox .bd li:after{content:""; width:47px; height: 47px; position: absolute; bottom:0; right: 0;
	background: url(../images/jia.png)no-repeat center}
.in_product_img{width:100%; height: auto; overflow: hidden}
.in_product_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_product_zi{width:100%; height: 95px; text-align: center}
.in_product_zi h4{width:100%; height: 95px; line-height: 95px; color: #000000; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_product .slideTxtBox .bd li:hover{background: #30b7a9}
.index_product .slideTxtBox .bd li:hover:after{background: url(../images/jia_h.png)no-repeat center}
.index_product .slideTxtBox .bd li:hover h4{color:#fff}
.index_product .slideTxtBox .bd li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.in_pro_more,.index_product .slideTxtBox .hd ul li{width:150px;}




/*服务*/
.index_service_title{height: auto; overflow: hidden; margin: 45px auto}
.index_service_title h4{color:#30b7a9; font-size: 42px; font-weight: bold; text-transform: uppercase}
.index_service_title hr{width:90px; height: 6px; background: #b2001a; margin:20px 0 42px; display: block }
.index_service_title h5{color:#30b7a9; font-size: 28px; font-weight: bold;}
.in_servide_dh{width:360px; height: 40px; background: #a9e0da; line-height: 40px; margin-top: 50px; color:#b2001a; font-size: 28px; font-weight: bold;}
.in_servide_dh span{width:115px; height: 40px; float: left; background: #30b7a9; text-align: center; line-height: 40px; font-size: 18px; color: #fefefe; 
	font-weight: bold; margin-right: 20px}
.index_service_one{width:100%; height: auto; overflow: hidden; padding-left:13%; }
.service_one_left{width:48%; height: 542px; float: left; background: #f3f3f3; padding-top: 80px; padding-right: 85px}
.service_one_img{width:52%; height: 542px; float: left; overflow:hidden}
.service_one_img img{width:100%; display: block; height: 100%; object-fit: cover; object-position: center center; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.service_one_img:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.service_one_title{width:100%; height: auto; overflow: hidden}
.service_one_title span{width:70px; height: 77px; background: url(../images/num_bj.png) no-repeat left center; padding-left: 20px; color:#30b7a9; font-size: 42px; line-height: 77px; float: left; font-weight: bold; margin-top:12px}
.service_one_title dl{float: left; margin-left:20px }
.service_one_title dl dt{width:100%; color:#cccccc; font-size: 42px; font-weight: bold; text-transform: uppercase}
.service_one_title dl dd{width:100%; color:#000000; font-size: 28px; }
.service_one_left p{color:#000000; font-size: 18px; background: url(../images/dian.png) no-repeat left 0; padding-left:40px; line-height: 30px; margin-top: 60px}
.index_service_two{width:100%; height: auto; overflow: hidden; padding-right: 13%}
.index_service_two .service_one_left{background: #fff; padding-left: 85px; padding-right: 0}



/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; margin: 86px 0}
.index_youshi_top{width:100%; height: auto; overflow: hidden}
.index_youshi_top dl{width:50%; height: auto; float: left}
.index_youshi_top dl dt{width:100%; color:#0a44b9; font-size:28px; margin-bottom: 10px;}
.index_youshi_top dl dd{width:100%; color:#010101; font-size:38px; font-weight: bold;}
.index_youshi_top a{width:241px; height: 61px; float: right; background: #0a44b9; border-radius: 35px; text-align: center; line-height: 61px; color:#fff;
	margin-top: 16px;}
.index_youshi_top a:hover{background: #000a1d}
.index_youshi .slideTxtBox{ width:100%; margin-top: 52px; position: relative}
.index_youshi .slideTxtBox .hd{ height:95px; width: 100% }
.index_youshi .slideTxtBox .hd ul{width:100%; height: auto;  border-top:1px solid #dcdcdc}
.index_youshi .slideTxtBox .hd ul li{ float:left; width:25%; height: 95px; position: relative}
.index_youshi_icon{width:85px; height: 100%; float: left; display: flex; align-items: center;}
.index_youshi_icon img{align-items: center; margin: 0px auto; max-width: 100%; max-height: 100%;}
.index_youshi .slideTxtBox .hd ul li h4{color:#333333; font-size: 16px; float: right; font-weight: bold; line-height: 95px}
.icon2{display: none}
.index_youshi .slideTxtBox .hd ul li:after{content: ""; width:0; height: 4px; background: #0a44b9; position: absolute; top:-3px; left:0; transition: all 0.4s ease-in-out;}
.index_youshi .slideTxtBox .hd ul li.on:after{width:100%; transition: all 0.4s ease-in-out;}
.index_youshi .slideTxtBox .hd ul li.on .icon2{display: block}
.index_youshi .slideTxtBox .hd ul li.on .icon1{display: none}
.index_youshi .slideTxtBox .bd{width:100%; height: auto; overflow: hidden; margin-top: 30px;}
.ys_bd{width:100%; height: auto; overflow: hidden}
.ys_bd_left{width:50%; height:511px; float: left; background: url(../images/ys_left.jpg) no-repeat center; padding:60px 5% 0}
.ys_bd_left span{color:#fff; font-size: 24px; display: block}
.ys_bd_left h4{color:#fff; font-size: 26px; font-weight: bold; margin: 20px 0}
.ys_bd_left p{color:#fff; font-size: 16px; line-height: 30px; height: 120px; overflow: hidden}
.ys_bd_left h5{color:#fff; font-size: 16px; background: url(../images/ys_b.png) no-repeat right center; padding-right: 30px; display: table; margin-top: 58px; transition: all 0.4s ease-in-out;}
.ys_bd_left hr{width:100%; height: 1px; background: rgba(255,255,255,0.2); margin-top: 56px;}
.ys_bd_right{width:50%; height: 511px; float:right }
.ys_bd_right img{width:100%; display: block; height: 100%; object-fit: cover; object-position: center center;}
.index_youshi .slideTxtBox .arrow{  position:absolute; right:0; top:125px; z-index: 9 }
.index_youshi .slideTxtBox .arrow a{ display:block;  width:66px; height:62px; float:right;   overflow:hidden;cursor:pointer;  }
.index_youshi .slideTxtBox .arrow .next{background: #f9f9fa url(../images/ys_right.png) no-repeat center}
.index_youshi .slideTxtBox .arrow .prev{background: #f9f9fa url(../images/ys_left.png) no-repeat center}
.index_youshi .slideTxtBox .arrow .next:hover{background: #0a44b9 url(../images/ys_hright.png) no-repeat center}
.index_youshi .slideTxtBox .arrow .prev:hover{background: #0a44b9 url(../images/ys_hleft.png) no-repeat center}
.ys_bd_left h5:hover{padding-right: 40px; transition: all 0.4s ease-in-out;}




/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; background:url(../images/about_bjs.jpg) no-repeat center; background-size: cover; position: relative; padding: 60px 0}
.index_about_top{width:100%; height: auto; overflow: hidden; padding-bottom: 45px}
.about_top_left{width:61.6%; height: auto; float: left; position: relative}
.about_top_left:after{content: ""; width: 94%; height: 100%; border: 4px solid #cccccc; position: absolute; top:42px; left:42px;}
.about_top_img{width:96%; position: relative; z-index: 9}
.about_top_img img{width:100%; display: block}
.about_top_right{width:34%; height: auto; float: right; padding-top: 24px}
.about_top_right h5{color:#30b7a9; font-size: 42px; font-weight: bold; text-transform: uppercase}
.about_top_right h4{color:#30b7a9; font-size:28px; font-weight: bold; margin: 30px 0 80px}
.about_top_right h6{color:#111111; font-size:24px; font-weight: bold; margin-bottom: 20px;}
.in_about_xx{width:100%; height: auto; overflow: hidden; line-height:30px; font-size: 16px; color: #333333; line-height: 30px; display: block}
.in_about_more{width:200px; height: 50px; background: #30b7a9; padding: 5px; display: block; margin-top: 130px}
.in_about_more span{width:70%; height: 100%; line-height: 40px; float: left; text-align: center; color:#ffffff; font-size: 16px;}
.in_about_more i{width:40px; height: 100%; line-height: 35px; text-align: center; float: right; color:#30b7a9; font-size: 48px; font-weight: bold; background: #fff; font-style: normal}
.in_about_more:hover{background: #b2001a}
.in_about_more:hover i{color:#b2001a}
.index_about_honor{width:100%; height: auto;  margin-top:50px;}
.slideGroup{ width:100%;  }
.slideGroup .parHd{width:100%; height: auto; overflow: hidden; margin-bottom: 52px}
.slideGroup .parHd ul{width:100%; height: auto; overflow: hidden}
.slideGroup .parHd ul li{ float:left; width:174px; height: 50px; line-height: 50px; margin-right: 22px; background: #30b7a9; text-align: center}
.slideGroup .parHd ul li a{color:#fff; font-size: 20px; display: block; width: 100%}
.slideGroup .parHd ul li.on{background: #b2001a}
.slideGroup .slideBox{ zoom:1;  position:relative;   }
.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; top:50%; margin-top: -20px; display:block; width:30px; height:40px; z-index: 9 }
.slideGroup .sNext{background: url(../images/h_right.png) no-repeat center; right:-40px}
.slideGroup .sPrev{background: url(../images/h_left.png) no-repeat center; left:-40px}
.slideGroup .sPrev:hover{background: url(../images/hh_left.png) no-repeat center}
.slideGroup .sNext:hover{background: url(../images/hh_right.png) no-repeat center}
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;  width:341px; }
.index_honor_pic{width:341px; height: auto; overflow: hidden}
.index_honor_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.slideGroup .parBd ul li h4{width:100%; height: 40px; line-height: 40px; color: #333333; font-size: 20px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 8px;}
.slideGroup .parBd ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*案例*/
.index_case{width:100%; margin:48px 0}
.index_case .w1400{overflow: hidden}
.index_case_title{width:50%; height: auto; float: left}
.index_case_title h4{color:#cccccc; font-size: 42px; font-weight: bold; text-transform: uppercase}
.index_case_title h5{color:#000000; font-size:28px; font-weight: bold; margin: 8px 0 10px}
.index_case_title p{color:#333333; font-size:16px; }
.in_case_more{float: right; width: 115px; height: 33px; background: #30b7a9; border-radius: 5px; text-align: center; line-height: 33px; font-size: 16px; color:#fff; margin-top:80px}
.in_case_more:hover{background: #b2001a}
.index_case_bottom{width:100%; height: auto; overflow: hidden; background:url(../images/case_bjs.jpg) no-repeat center; padding: 104px 0; margin-top: 45px}
.index_case_bottom .swiper-slide{width:60%}
.index_case_bottom .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block; position: relative}
.index_case_pic{width:100%; height: auto; overflow: hidden}
.index_case_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_xx{width:50%; line-height:56px; height: 56px; background: #fff; position: absolute; bottom:0; left:50%; margin-left: -25%; opacity: 0 }
.index_case_xx h4{width:80%; height: 100%; float: left; color:#000000; font-size: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
	padding-left: 30px;}
.index_case_xx i{width:13%; height: 100%; float: right; background: #30b7a9 url(../images/c_jts.png) no-repeat center}
.index_case_bottom .swiper-slide-active .index_case_xx{opacity: 1}
.index_case_bottom .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}





/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden;   margin: 58px 0}
.index_news_all{width:100%; height: auto; overflow: hidden; }
.index_news_all .hd{width:200px; height: auto; float: left}
.index_news_all .hd ul{width:100%; height: auto; overflow: hidden; margin-top: 56px}
.index_news_all .hd ul li{border:3px solid #ececec; width: 100%; margin-bottom: 36px; height:60px; line-height: 58px;  padding: 0 20px}
.index_news_all .hd ul li a{color:#333333; font-size: 20px; display: block}
.index_news_all .hd ul li.on{border: 3px solid #79b9b6}
.index_news_all .hd ul li.on a{color:#30b7a9}
.hd_title{width:100%; height: auto; overflow: hidden; border-left:4px solid #30b7a9; padding-left: 20px;}
.hd_title h4{color:#30b7a9; font-size: 42px; font-weight: bold; text-transform: uppercase; line-height: 45px;}
.hd_title h5{color:#000000; font-size:28px; font-weight: bold;}
.index_news_all .bd{width:75%; height: auto; float: right}
.index_news_all .bd ul{width:100%; height: auto; overflow: hidden}
.index_news_all .bd li{width:30%; height: auto; float: left; margin-right:5%}
.index_news_all .bd li:nth-child(3n){margin-right: 0}
.index_news_pic{width:100%; height: auto; overflow: hidden; margin:12px 0}
.index_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_all .bd li span{display: block; font-size: 16px; color: #666666; width: 100%; margin-bottom: 30px;}
.index_news_all .bd li h4{width:100%; height:60px; line-height: 30px; color: #000000; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.index_news_all .bd li p{width:100%; height:60px; line-height: 30px; color: #000000; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.index_news_all .bd li h5{width:152px; height: 42px; border: 1px solid #f3f3f3; text-align: center; line-height: 42px; color: #666666; font-size: 16px;
	display: block; margin-top: 16px;}

.index_news_all .bd li:hover h4{color:#30b7a9}
.index_news_all .bd li:hover .index_news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_all .bd li:hover h5{color:#30b7a9; border: 1px solid #30b7a9}





/*底部*/
.footer{width:100%; height:auto;  background:#1a9185; padding:60px 0 ; overflow: hidden}
.footer_xx{float: left;  width:16.5%}
.footer_xx a{width:100%; height: auto; display: block}
.footer_xx img{width:100%; display: block}
.footer_nav{width:55%; height: auto; overflow: hidden; float: left; margin-left:3%}
.footer_nav dl{width:16.6%; height: auto; float: left;  text-align: center}
.footer_nav dl dt{width:100%; height: auto; overflow: hidden;   font-size:16px; color: #ffffff;  font-weight: bold; margin-bottom: 8px;}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden}
.footer_nav dl dd a{color:#fff; display: block; line-height: 30px; font-size: 13px; }
.footer_nav dl dd a:hover{color:#b2001a}
.footer_ma{width:auto; float: right}
.footer_ma dl{width:147px; height: auto; float: left; margin-left:14px;}
.footer_ma dl dt{width:100%; height: auto;overflow: hidden}
.footer_ma dl dt img{width:100%; display: block}
.footer_ma dl dd{width:100%; height: 40px; line-height: 40px; color: #fff; font-size:16px; text-align: center}
.footr_dizhi{width: 100%; height: auto; overflow: hidden; margin-top: 40px}
.footr_dizhi p{width: 32%; height:118px; border: 1px solid #fff; float: left; margin-right: 2%; padding: 0 10px; position: relative}
.footr_dizhi p span{ font-size: 20px; color: #fff; position: absolute; left:5%; top:50%; display: block; line-height:40px; padding-left:45px;
	transform: translate(0,-50%);}
.footr_dizhi p:last-child{margin-right: 0}
.f1 span{background: url(../images/f1.png) no-repeat left center; }
.f2 span{background: url(../images/f2.png) no-repeat left center;}
.f3 span{background: url(../images/f3.png) no-repeat left center;}
.copy{clear:both;width:100%;height:auto; position: relative; background: #000a1d;  overflow: hidden; line-height:65px; border-top:1px solid rgba(255,255,255,0.1)}
.copy_tab{display: table; margin: 0px auto;}
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; text-align: center; float: left }
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#b2001a}
.footer_zhichi{width:auto; height:100%; display: table; margin: 0px auto; float: right; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#555555; height: 100%; line-height:65px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:22px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:22px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}
.index_link{width:100%; height: auto; overflow: hidden;  padding: 12px 0; background: #f3f3f3}
.index_link p{float: left; color:#333333; font-size:28px; font-weight: bold;}
.index_link p span{color:#333333; font-size:28px;}
.index_link_xx{margin-left:240px;}
.index_link_xx a{color:#333; font-size:16px; margin-right: 20px; line-height: 38px}
.index_link_xx a:hover{color:#1a9185}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#1a9185;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}




/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




/*å†…é¡µ*/
.ny_banner{ width:100%; position:relative;  height:400px;clear: left; overflow: hidden; z-index:1; margin-top:0px; }

.pro_ban{background: url(../images/pro_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.ny_baninfo{width:1200px; height:225px; position: absolute; top:195px; left:50%; margin-left: -600px;}
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #1a9185; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao *{ color: #fff; }
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 56px;font-family: "Arial"; text-transform: uppercase;}
.ny_baninfo .ny_fubiao p a:hover{color:#1a9185}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #1a9185)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    height:50px;
    line-height:50px;
    font-weight:bold;
    display:block;
    position:absolute;
    left:0;
    top:0%; 
    -webkit-animation-name: shine;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}




.ny_fubiao{ width: 1300px; overflow: hidden; margin:  0 auto; margin-top: 20px;}
.ny_fubiao *{ font-size: 13px; color: #666; line-height: 42px;}


/*å†…éƒ¨äºŒçº§å¯¼èˆª*/
.ny_nav{width:1300px; height:54px; margin: 0 auto; margin-top: 40px;}
.ny_nav ul{width:auto; overflow: hidden; display: table; margin: 0 auto;}
.ny_nav ul li{ height:54px; line-height:54px; float:left; text-align:center;position:relative; background: #eee; margin-right: 2px; position: relative; text-align: center;}
.ny_nav ul li a{display:block; color:#fff; font-size: 15px; color: #333;padding: 0 50px; text-align: center;}
.ny_nav ul li:hover,.ny_nav ul li.active{ background: #1a9185}
.ny_nav ul li:hover a,.ny_nav ul li.active a{ color: #fff;}
.ny_nav ul li.active::after{ content: "";position: absolute; height: 2px; width: 100%; background: #08524b; bottom: 0; left: 0;}


/*销售服务*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{ color: #666; font-size: 15px; text-align: justify!important;line-height: 2;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img{max-width:100%}
.keyword_light{}
.keyword_light p{ font-size: 14px; color: #666;}



/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden;}
.ny_honor_all ul li{width:23.7%; height: auto; float: left; margin-right:1.5%; margin-bottom:25px; position: relative;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; }
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor_all ul li p{ height: 48px; position: absolute; line-height: 48px; bottom: 0; background: rgba(0,0,0,0.6); text-align: center; color: #fff; width: 100%; font-size: 16px; transition: all 0.3s; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_honor_all ul li:hover p{ background: rgba(235,101,42,0.8);transition: all 0.3s;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}


/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{widdth:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #1a9185}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height: 144px; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#1a9185}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}





/*äº§å“ä¾§è¾¹å¯¼èˆª*/
.ny_right{width:80%; height:auto; float:right;}
.pro_list3{ width: 100%; overflow: hidden;}
.pro_list3 li{  width:32.2%; float: left; border: 1px solid #eee; margin-right: 1.5%; margin-bottom: 20px;overflow: hidden;} 
.pro_list3 li .img{ width: 100%;  margin: 0 auto; overflow: hidden; overflow: hidden;}
.pro_list3 li .img img{ width: 100%;transition:all 0.4s;}
.pro_list3 li .hezuo{ height: 118px;}
.pro_list3 li:hover .img img{transform:scale(1.05); transition:all 0.4s;}
.pro_list3 li:hover{ border: 1px solid #1a9185}
.pro_list3 li:hover h3{ color: #1a9185;}
.pro_list3 li:hover h3 span{ color: #fff; background: #1a9185}
.pro_list3 li:nth-child(3n){margin-right: 0;}
.case_title_ny{ padding: 0 10px;}
.case_title_ny h3{ font-size: 14px; font-weight: normal; line-height: 54px; color: #666;}
.case_title_ny h3 span{ float: right; font-size: 13px; color:#666; height: 32px; width: 80px; border-radius: 16px; background: #f1f1f1; display: block; line-height: 32px; text-align: center; margin-top: 11px; }
.ny_left_nav .chanpin_con{ overflow: hidden;}
.ny_left_nav .chanpin_con li{height:auto; line-height:24px; text-indent: 20px; position: relative; padding:12px 0}
.ny_left_nav .chanpin_con li a{ font-size: 15px; display: block; color: #666;}
.ny_left_nav .chanpin_con li.active{background: #fff url(../images/r_jt.png) no-repeat 208px center; }
.ny_left_nav .chanpin_con li::before{ content: ""; position: absolute; display: block; height: 5px; width: 5px; background: #1a9185; left: 9px; top: 23px; border-radius: 50%;}
.bd_xx{ font-size: 18px; color: #333; }
.bd_xx ul li{ padding-left: 11px; position: relative; color: #656565}
.bd_xx ul li p{ color: #656565}
.bd_xx ul li::before{ content: ""; position: absolute;display: block; height: 4px; width: 4px; border-radius: 50%; background: #1a9185; left: 0; top: 12px;}
.ny_pro_show{width:100%; height: auto; overflow: hidden; margin-top: 35px; margin-bottom: 30px;}
.ny_pro_show h2{ line-height: 3;text-align: center; margin-top: -30px; font-size: 30px; font-weight: bold;}
.bd_xx img{max-width:100%}
.ny_pro_dh{width:100%; height:80px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #1a9185; font-family: "Impact"}

.container_top{
    margin: 0 auto;
    width: 1200px;
}



/*äº§å“åˆ—è¡¨å†…*/
.ny_left{width:18%; height: auto; float: left;}
.ny_left_title{width:100%; height: 64px; background: #1a9185; line-height: 64px; text-align: center; font-size: 24px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 15px; background: #f6f6f6; margin-bottom: 40px;}
.ny_left_nav .yiji li{width: 100%; height:auto;  padding-left:10px; margin-bottom:1px; background:url(../images/dian.png) no-repeat 8px 22px; }
.ny_left_nav ul li a{font-size: 16px; color: #333333;display: block;  height:auto;position: relative;padding-left:0px}
.ny_left_nav ul li .inactive{ background:url(../images/off.png) no-repeat 210px center;}
.ny_left_nav ul li .inactives{background:url(../images/on.png) no-repeat 210px center;} 
.ny_left_nav ul li ul{display: none;}
.ny_left_nav ul li ul li { width: 100%; height: 50px; line-height: 50px; background: none; border-bottom: 1px dashed #eee;}
.ny_left_nav ul li ul li ul{display: none;}
.ny_left_nav ul li ul li a{ font-size: 14px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#1a9185; font-size: 14px; background: url(../images/r_jt.png) no-repeat 182px center}
.ny_left_nav ul li.active a{color:#1a9185}
.ny_left_nav ul li:hover a.inactive{color:#1a9185}
.ny_left_nav ul li ul li:hover a{color:#1a9185}
.ny_left_nav ul li .inactives{color:#1a9185}
.ny_left_nav ul li ul li:hover a{color:#1a9185}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 184px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:last-child{border-bottom: none;}



/*äº§å“*/
.ny_product_show{margin-bottom:50px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}

.ny_proshow_bottom{width:100%; height:auto; overflow:hidden; border: 1px solid #eee;}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #287db9;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:15px; color:#666; line-height:30px; min-height: 200px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}
.ny_proshow_xx em{font-size: 14px; color: #8a8a8a; font-style: normal;}
.ny_proshow_xx .pro_text{line-height: 24px; color: #666; text-align: justify; font-size: 14px; margin-top: 10px; padding-top: 20px; border-top: 1px solid #eee; margin-bottom: 20px;}
.proshow_xx .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.proshow_xx .hd ul li{ height: 54px; line-height: 54px; width: 120px;  text-indent: 36px; color: #333; font-size: 18px; position: relative;}
.proshow_xx .hd ul li::before{ height: 6px; width: 6px; background: #1a9185; position: absolute; left: 20px; top:24px; display: block; content: ""; border-radius: 50%;}
.bd_xx{ padding: 0 20px; line-height: 1.8; font-size: 14px; color: #454545;}

.keyword_light img{max-width:100%}



@media screen and (max-width:1680px){
	.index_service_one{padding-left:7%}
	.index_service_two{padding-right:7%}
	
}





@media screen and (max-width:1560px){
	.service_one_title dl dt{font-size:36px;}
	
}




@media screen and (max-width:1500px){
	.w1400{width:1200px;}
	.footer_ma dl{width:132px;}
	.about_top_right h4{margin: 30px 0 38px;}
	.in_about_more{margin-top:60px; }
	.about_top_right h6{font-size: 18px;}
	.index_service_one{padding-left: 9%}
	.slideGroup .parBd ul li{width:290px}
	
}


@media screen and (max-width:1440px){
	.index_service_one{padding-left:7%}
	.service_one_title dl dt{font-size:32px}
}


